gh-146445: Migrate Android build tools to the Platforms folder.#148282
gh-146445: Migrate Android build tools to the Platforms folder.#148282freakboy3742 wants to merge 5 commits intopython:mainfrom
Conversation
|
!buildbot android |
|
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit e1afb8c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F148282%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
The buildbot failure is relatively straightforward fix; but in the process of debugging the buildbot failure, I discovered that custom |
|
!buildbot android |
|
🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 66d8138 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F148282%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Moves the Android build folder into the
Platforms.For consistency with iOS and Emscripten, the entry point is now named
Platforms/Android(rather thanandroid.py), but theandroid.pyname is preserved in the release artefact.This should not be landed until python/buildmaster-config#699 lands.
Fixes #146445.